ItemAttachment Class |
Namespace: Independentsoft.Exchange
The ItemAttachment type exposes the following members.
| Name | Description | |
|---|---|---|
| ItemAttachment |
Initializes a new instance of the ItemAttachment class.
| |
| ItemAttachment(String) |
Initializes a new instance of the ItemAttachment class.
| |
| ItemAttachment(Item) |
Initializes a new instance of the ItemAttachment class.
| |
| ItemAttachment(String, Item) |
Initializes a new instance of the ItemAttachment class.
|
| Name | Description | |
|---|---|---|
| AttachmentId |
Identifies the attachment.
(Inherited from Attachment.) | |
| ContentId |
Represents an identifier for the contents of an attachment.
(Inherited from Attachment.) | |
| ContentLocation |
Contains the Uniform Resource Identifier (URI) that corresponds to the location of the content of the attachment.
(Inherited from Attachment.) | |
| ContentType |
Describes the Multipurpose Internet Mail Extensions (MIME) type of the attachment content.
(Inherited from Attachment.) | |
| IsInline |
Represents whether the attachment appears inline within an item.
(Inherited from Attachment.) | |
| Item |
Contains the item that is associated with the attachment.
| |
| LastModifiedTime |
Represents when the file attachment was last modified.
(Inherited from Attachment.) | |
| Name |
Represents the name of the attachment.
(Inherited from Attachment.) | |
| Size |
Represents the size in bytes of the file attachment.
(Inherited from Attachment.) |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Converts the value of the current ItemAttachment object to its equivalent string representation.
(Overrides ObjectToString.) | |
| ToXml | (Overrides AttachmentToXml.) |